Download the PHP package abtzco/seed-php without Composer
On this page you can find all versions of the php package abtzco/seed-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package seed-php
Seed-PHP Microframework
The stupidly easy to learn and use PHP microframework!
A microframework
is a term used to refer to minimalistic web
application frameworks. It lacks most of the functionality which
is common to expect in a full-fledged web application framework.
Seed-PHP is a microframework that offers you a really simple way
to implement powerfull RESTfull APIs
or even simple websites that could support pretty much all needed methods and responses in JSON
or XML
formats.
Check the complete documentation.
NOTE OF BREAKING CHANGES: The namespace was modified, so if you're updating from previous versions (prior to 1.0.0), you'll be required to update your code, replacing namespace from
Seed\
toSeedPHP\
. E.g:
Get started
Using composer
it's really simple get started!
If you have a project on going with composer, use:
or, to start a project from scratch, use:
Your application should have a index.php
which may looks like the
following example. Or simply create a new index.php
file as follows:
Example: (index.php
)
If you have forked or cloned the repository from Github, then instead of include the 'autoload.php' from composer, include the package loader:
Now, as a final step, we must create the .htaccess
file (in the same folder of the index.php
) which will contain the necessary settings for Apache properly use the mod_rewrite
and route all the traffic thru our index.php
.
Example:
Done! Now, do access your project on any browser. ;)
Get involved
This is an open-source project, which means you can also freely contribute to improve it and make it better. To do your contributions, fork this repository, do your changes or improvements and create a pull request.
Get support
Found an issue or would like to suggest something? Just go to this page and open a ticket. Learn more about us.
Be a sponsor
Sponsoring this project will help and motivate me to keep improving it and making it even better for you (and the whole open-source community) who is using this package.