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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package seed-php

Seed-PHP Microframework

GitHub tag (latest by date)

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\ to SeedPHP\. 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.


All versions of seed-php with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
erusev/parsedown Version ^1.7
twig/twig Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package abtzco/seed-php contains the following files

Loading the files please wait ....