This repository was archived by the owner on May 30, 2025. It is now read-only.
Releases: osmphp/project
Releases · osmphp/project
v0.14.1
The project template contains new public/Osm_App/.htaccess file containing Apache configuration.
v0.14.0
Updated to Osm Framework 0.14.
v0.13.1
Empty settings files are added.
v0.13.0
Osm Framework dependency updated to ^0.13 version.
Note. When upgrading to this framework version, apply all your project dynamic traits using the #[UseIn] attribute.
v0.12.1
- major: switched to Osm Framework
^0.12 - minor: welcome page template updated
- minor: new
bin/install.shscript for easier installation on Linux. - fix: more reliable
bin/deploy.sh
v0.11.0
- switched to framework:
^0.11 - new
Osm_Projectapp added to Gulp configuration - deployment script, and a GitHub action that invokes it added to the project. Read this article for a real-world example.
v0.10.0
The project template has got a major rewrite. By default, a new project:
-
includes a working "Welcome" home page
-
uses all Osm Framework modules
-
runs under native PHP Web server using new
router.phpfile:php -S 0.0.0.0:8000 -t public/Osm_App public/Osm_App/router.php -
uses the Gulp script that comes with Osm Framework
-
stores
composer.lockin Git which allows to install the exact same
dependencies in production with thecomposer installcommand