Download the PHP package inovector/mixpost-auth without Composer

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


Logo Mixpost

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Introduction

Mixpost Auth provides a login page for the Mixpost package. If you already have user management, do not install this package. Install only if you don't have one.

Join our community:

Requirements

Installation

You may use Composer to install Mixpost Auth into your new Laravel project:

After installing the Mixpost Auth package, you may execute:

You can publish the config file with:

This is the contents of the published config file:

Create a new user

To create a new user, you can run this command: php artisan mixpost-auth:create and follow the instructions.

Delete a user

To delete a user, you can run this command: php artisan mixpost-auth:delete [email protected].

Change user password

To change user password, you can run this command: mixpost-auth:password [email protected] and follow the instructions.

Visit

After performing all these steps, you should be able to visit the Login page at /mixpost/login.

Testing

Changelog

Please see Releases for more information what has changed recently.

Contributing

By participating in this project you agree to these conditions 👇

Please note that this project is a commercial product, and this repository is the lite version of Mixpost Pro. We work hard to offer the community the best free social media manager solution and please read this section carefully.

If you want to add a feature, it's better to open an issue before you start coding. It is important for us that features from the Lite version do not correlate with features from the Mixpost Pro. PRs with optimizations, bug fixes are welcome.

Please, be very clear on your commit messages and pull requests, empty pull request messages may be rejected.

When contributing code to Mixpost Auth, you must follow the PSR-12 Coding Standard. The golden rule is: Imitate the existing Mixpost Auth code.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

Mixpost Auth is licensed under the Inovector.


All versions of mixpost-auth with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
ext-fileinfo Version *
illuminate/contracts Version ^10.47|^11.0
spatie/laravel-package-tools Version ^1.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 inovector/mixpost-auth contains the following files

Loading the files please wait ....