Download the PHP package tecnocen/yii2-roa without Composer

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

Yii2 ROA Library

This library contains the modules and controllers to build a ROA application using the Yii2 framework.

Latest Stable Version Total Downloads

Travis Build Status Travis

Prerequisites

Installation


Install on a Yii2 App Advanced Project

create new project

Running the tests

This section is to run the tests on this library, to run the tests on your application check Yii2 App Roa Tests

Configure tests

The tests come preconfigured except for the database credentials, to configure your database credentials create a file tests/_app/config/db.local.php with the Yii2 configuration for Yii::$app->db component. Example:

Make sure to create a database to load the migrations, by default the name is yii2_roa_test

Deploy tests

This library includes a composer script to deploy the tests.

composer deploy-tests

Run tests

This library also includes 2 composer scripts to run the tests easily.

Write Tests

You can write new tests on the tests/ folder following codeception documentation

Examples

Yii2 ROA Live Demo

You can run a live demo on a freshly installed project to help you run testing or understand the responses returned by the server.

composer yii -- serve [yii2Options]

See https://www.yiiframework.com/doc/api/2.0/yii-console-controllers-servecontroller

Then on your browser access the route http://localhost:8080/index.php/api

Other Libraries

You can clone the following repositories and use the live demo they provide

Use Cases

TO DO

Built With

Code of Conduct

Please read CODE_OF_CONDUCT.md for details on our code of conduct.

Contributing

Please read CONTRIBUTING.md for details on the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Considering SemVer for versioning rules 9, 10 and 11 talk about pre-releases, they will not be used within the Tecnocen-com.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

yii2-roa


All versions of yii2-roa with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
tecnocen/yii2-oauth2-server Version ^4.0.0
yiisoft/yii2 Version ~2.0.14
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 tecnocen/yii2-roa contains the following files

Loading the files please wait ....