Download the PHP package viduc/cag without Composer

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

Viduc/Cag

AUTEUR

Viduc

STATUT

Maintainability Test Coverage

LICENSE

Copyright [2020] [Tristan FLeury]

Copyright (C) 2007 Free Software Foundation, Inc. http://fsf.org/ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

https://www.gnu.org/licenses/gpl-3.0.fr.html

The GNU General Public License is a free, copyleft license for software and other kinds of works.

The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.

CLEAN ARCHITECTURE GENERATOR - CAG

Le projet CAG permet de créer une structure de développement en se basant sur les principes de l'architecture hexagonale.

Celle ci permet d'isoler totalement le code métier du reste du projet (infrastructure, base de données, librairies etc...).

Le projet est à installer au sein de votre framework en mode développement.

Une fois votre projet créé, il est conseillé de supprimer cag, il ne sera plus utilisé par la suite:

LANGAGE

badge badge

INSTALLATION

composer remove viduc/cag

SUPPRESSION

composer require viduc/cag --dev

Créer un nouveau projet:

Ouvrez un terminal à la racine de votre projet et entrez cette commande:

php ./vendor/bin/cag project create
  1. Choisissez un nom pour votre projet (ex Domain, Job...), Il sera utilisé comma namespace pour vos class.
  2. Choisissez un path pour votre projet, ce sera le dossier dans lequel tout les fichiers et dossiers seront créés.
  3. Choisissez si vous souhaitez ajouter votre projet à l'autoload de composer. Si vous ne savez pas choisissez oui par défaut. Cette action modifiera votre composer.json en ajoutant le namespace à la paprtie autoload/PSR4.
  4. Enfin acceptez de créer le projet


All versions of cag with dependencies

PHP Build Version
Package Version
Requires minicli/minicli Version ^3.2
minicli/command-help Version ^0.1.0
league/container Version ^4.2
ext-yaml Version *
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 viduc/cag contains the following files

Loading the files please wait ....