Download the PHP package xety/xeta without Composer

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

Xeta : CakePHP 3 Resource

Xeta Logo

Travis Coverage Scrutinizer Stable Version Downloads License
Build Status Coverage Status Scrutinizer Latest Stable Version Total Downloads License

Xeta is a resource to help people starting with Cake3.

Actually, I have developed this blog to try CakePHP 3 and for my needs (personal blog), and I have decided to release it to help people with CakePHP 3, so there is probably some custom configurations/functions that only fit my needs.

Demo

https://xeta.io

Screenshots of the Administration Panel

Dashboard

Dashboard

Blog Articles Management

Blog Articles Management

Blog Articles Management

Users Management

Users Management

Install

If you need to install to try a function or any other things, just follow the steps bellow.

Requirements

Steps to install :

You need to download the browscap.ini file.

Pre-installed Accounts

Documentation

https://github.com/XetaIO/Xeta/wiki

Features

This project implements many features and will implements more in the future. Here's a list of the features developed in Xeta :

Command Description
user.connection.manual.success Triggered when the user login on the login page.
user.connection.manual.failed Triggered when the user failed to login on the login page.
user.connection.auto Triggered when the user is automated login with Cookies.
user.account.modify Triggered when the user has modified his account.
user.email Triggered when the user has changed his Email.
user.password.change Triggered when the user has changed his password.
user.password.reset Triggered when the user has asked a password reset.
user.password.reset.successful Triggered when an user has successfully reset his password with the Email.
2FA.enabled Triggered when an user enbale the 2FA mode.
2FA.disabled Triggered when an user disable the 2FA mode.
2FA.recovery_code.regenerate Triggered when an user regenerate a new recovery code.
2FA.recovery_code.used Triggered when an user use his recovery code.

All the CakePHP3's features that i use in the project are described here.

Information

If you want to contribute to the project by adding new features or just fix a bug, feel free to do a PR.

Contribute

Follow this guide to contribute

Special Thanks


All versions of xeta with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
cakephp/cakephp Version ~3.0
cakephp/acl Version dev-master
cakephp/migrations Version ~1.0
cakephp/plugin-installer Version *
mobiledetect/mobiledetectlib Version 2.*
ezyang/htmlpurifier Version dev-master
widop/google-analytics Version dev-master
mexitek/phpcolors Version dev-master
xety/cake3-upload Version 1.*
xety/cake3-cookieauth Version 1.*
cake17/cakephp-recaptcha Version dev-master
filp/whoops Version ~2.0
robthree/twofactorauth Version 1.*
browscap/browscap-php Version 3.*
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 xety/xeta contains the following files

Loading the files please wait ....