Download the PHP package nickyeoman/phpframework without Composer
On this page you can find all versions of the php package nickyeoman/phpframework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nickyeoman/phpframework
More information about nickyeoman/phpframework
Files in nickyeoman/phpframework
Download nickyeoman/phpframework
More information about nickyeoman/phpframework
Files in nickyeoman/phpframework
Vendor nickyeoman
Package phpframework
Short Description Quick, easy to use framework.
License CC0-1.0
Homepage https://www.nickyeoman.com
Package phpframework
Short Description Quick, easy to use framework.
License CC0-1.0
Homepage https://www.nickyeoman.com
Please rate this library. Is it a good library?
Informations about the package phpframework
Nick Yeoman's phpframework
Links
Things you need to know
- Always run scripts from the project root directory (composer.json, .env also live here).
Requirements
- For ubuntu you need php-cli (sudo nala install php-curl php-xml php-mysql)
- Install Composer
Easy Install
Now you should change your dotenv file;
Then run .
Your development server is configured, use sass to modify the look.
Framework Documentation
Framework Philosophies
- Build websites fast
- A url should be modern, no GET statements (question marks).
- You should not have to define controllers, routes should be based on the url and the system should be able to figure them out.
- Docker is king
- Apache is not that bad
I went with bash for the automation process for two reasons:
- I'm more familiar with bash.
- It seemed more appropriate when working with docker containers.
Notes
add this to project composer:
All versions of phpframework with dependencies
PHP Build Version
Package Version
Requires
erusev/parsedown Version
^1.7
php Version ~8.0
nette/mail Version ^3.1.6
vlucas/phpdotenv Version v5.4.1
tracy/tracy Version v2.10.5
twig/twig Version *
symfony/yaml Version *
nickyeoman/php-mysql-helper Version ~2.0
nickyeoman/php-validation-class Version ~5.0
nickyeoman/sasslibrary Version ~2.0
nickyeoman/nytwig Version ~1.0
php Version ~8.0
nette/mail Version ^3.1.6
vlucas/phpdotenv Version v5.4.1
tracy/tracy Version v2.10.5
twig/twig Version *
symfony/yaml Version *
nickyeoman/php-mysql-helper Version ~2.0
nickyeoman/php-validation-class Version ~5.0
nickyeoman/sasslibrary Version ~2.0
nickyeoman/nytwig Version ~1.0
The package nickyeoman/phpframework contains the following files
Loading the files please wait ....