Download the PHP package kreta/kreta without Composer

On this page you can find all versions of the php package kreta/kreta. 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 kreta

Unix build Status Windows build Status Code Quality Slack participants Licensing

About Kreta

Kreta is an ecosystem based on microservices that following the Domain-Driven Design can provide a serious, robust and testable project management platform written in modern PHP. In the other hand, the project keeps constantly in mind the importance of a good user experience so, the good design and client-side logic is a must. For that, Kreta uses "React with Redux" JavaScript stack.

We are committed to the Continuous Delivery philosophy so, all the code that is merged to the repository's master branch is automatically deployed to production by Travis. In this way you can visit the kreta.io and enjoy instantaneously with the last updates of the platform.

Documentation

All the documentation is stored in the /docs folder.

Show me the docs!

Contributing

Kreta follows PHP, Sass and JavaScript coding standards, so pull requests need to pass the PHP-CS-Fixer, Stylelint, ESLint and Prettier. Furthermore, if the PR creates some non-PHP file, remember that you have to put the license header manually. In order to simplify the CS process we provide a simple bash script that wraps all the commands related.

There is also a policy for contributing to this project. Pull requests must be explained step by step to make the review process easy in order to accept and merge them. New methods or code improvements must come paired with tests. We are using PhpSpec for PHP unit testing, PHPUnit for PHP integration tests and Jest for JavaScript code.

Credits

Kreta is created by:

@benatespina - [email protected]
@gorkalaucirica - [email protected]

License

The Kreta project is open-sourced software licensed under the MIT license.


All versions of kreta with dependencies

PHP Build Version
Package Version
Requires php Version ^5.5|^7.0
doctrine/doctrine-bundle Version ^1.6
doctrine/orm Version ^2.5
friendsofsymfony/oauth-server-bundle Version ^1.5
friendsofsymfony/rest-bundle Version ^1.7
friendsofsymfony/user-bundle Version ^2.0
incenteev/composer-parameter-handler Version ^2.0
javiereguiluz/easyslugger Version ^1.0
jms/serializer-bundle Version ^1.1
knplabs/knp-gaufrette-bundle Version ^0.3
kreta/simple-api-doc-bundle Version ^0.3.3
liip/imagine-bundle Version ^1.4
nelmio/cors-bundle Version ^1.4
sensio/distribution-bundle Version ^5.0
sensio/framework-extra-bundle Version ^3.0.2
symfony/monolog-bundle Version ^2.8
symfony/swiftmailer-bundle Version ^2.3
symfony/symfony Version 3.0.*
twig/extensions Version ^1.3
willdurand/hateoas-bundle Version ^1.1
yohang/finite Version ^1.1
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 kreta/kreta contains the following files

Loading the files please wait ....