Download the PHP package soosyze-extension/starterkit without Composer

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

Starterkit module

GitHub GitHub tag PHP from Packagist GitHub code size in bytes

Pour démarrer un module Soosyze avec une base de code standard.

Sommaire

Fonctionnalités

Routes et contrôleurs

Il s'agit d'une base de travail CRUD (Create/Read/Update/Delete). Il est conseillé, mais pas obligatoire de suivre les mêmes routes et méthodes.

Route Méthode HTTP* Contrôleurs@methode Fonction
starterkit/index GET Starterkit@index Page d'accueil du module.
starterkit/:id GET Starterkit@show Page de contenu.
admin/starterkit GET Starterkit@admin Page d'administration du module.
admin/starterkit/item GET Starterkit@create Formulaire de création du module.
admin/starterkit/item POST Starterkit@store Fonction de validation et d'ajout du module.
admin/starterkit/:id/edit GET Starterkit@edit Formulaire d'édition de votre module.
admin/starterkit/:id/edit POST Starterkit@update Fonction de validation et modification du module.
admin/starterkit/:id/delete POST Starterkit@delete Fonction de validation et suppression du module.

*Vous pouvez utiliser les méthodes HTTP que vous souhaitez, mais seules les actions GET et POST sont fonctionnelles avec les formulaires PHP.

Services

Installateur

La classe d'installateur est un service pour créer vos tables en base et insérer vos données. Il implémente le hook install.user pour les permissions utilisateurs.

Nom des permissions Utilisateurs autorisés
starterkit.index Utilisateurs non connectés, connectés et administrateurs
starterkit.admin Administrateurs
starterkit.created Supplanté par la permission starterkit.admin
starterkit.edited Supplanté par la permission starterkit.admin
starterkit.deleted Supplanté par la permission starterkit.admin

Il implémente également le hook install.menu pour créer un lien dans le menu principal et d'administration.

Vues

Le module est fournit avec 4 vues de base :

Requirements

Starterkit module supporte jusqu'à présent toutes les versions de Soosyze CMS.

Version PHP

Version PHP Starterkit module 1.x
<= 5.3 ✗ Non supporté
5.4 / 5.5 / 5.6 ✓ Supporté
7.0 / 7.1 / 7.2 / 7.3 / 7.4 ✓ Supporté

Installation

Soosyze CMS

Après l'installation de Soosyze CMS sur votre serveur web (distant ou local) vous devez :

License

Starterkit module est sous licence MIT. Voir le fichier de licence pour plus d'informations.


All versions of starterkit with dependencies

PHP Build Version
Package Version
No informations.
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 soosyze-extension/starterkit contains the following files

Loading the files please wait ....