Download the PHP package manoz/venus without Composer

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

Venus

A Laravel package that contains everything to write code without thinking about codestyle 🚀

[![Putain de CI - Laravel](https://github.com/Manoz/venus/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/Manoz/venus/actions/workflows/main.yml) [![version]][version] [![licenses][licenses]][licenses-url]

Motivations

I work a lot on Laravel projects. As a front-end developer, I always have to deal with the front-end stack installation and codestyle/code quality stuff.

I'm tired of doing the same things over and over again. Grab my ESLint config files, copy them to my new project. Grab all PHP Codestyle stuff, copy everything to my new project. Install all the dependencies, and so on.

I could have used a Laravel starter project but I just love to start from scratch with a fresh Laravel installation using the Laravel installer commands.

This is why I created Venus.

Venus - the Roman goddess of love, beauty, fertility, prosperity, and desire - is a very opinionated Laravel package designed to streamline the integration of essential code style tools, such as ESLint, Duster, and Prettier, into new Laravel projects. With the help of artisan commands, Venus simplifies the installation process, promoting cleaner and more consistent code across all of my projects.

Features

This package contains the following tools:

Installation

You can install the package via composer:

Usage

Once the package is installed, you can run the following artisan commands to install the tools:

Install everything:

Install only ESLint:

Install only Duster:

Install only Prettier:

Install only the Front-end stack:

Don't forget to import Tailwind CSS in your resources/css/app.css file:

Each tool will have its own configuration file and dependencies. Everything will be installed for you and config files will be copied to your project.

Be careful: this package will overwrite your existing ESLint, Duster and Prettier config files.
It will also add npm scripts and package to your package.json file.
It will also add composer scripts to your composer.json file.

Configuration

ESLint

You can configure ESLint by editing the .eslintrc.js file in the root of your project. More informations can be found on the ESLint website.

Duster

There's a lot of stuff happening behind the scenes with Duster.
You should check usage and options on the Duster website.

Prettier

You can configure Prettier by editing the .prettierrc.json file in the root of your project. More informations can be found on the Prettier website.

Front-end stack

Tailwind CSS and Alpine.js are already configured. You can extend Tailwind's configuration by editing the tailwind.config.js file in the root of your project. More informations can be found on the Tailwind CSS website.

Contributing

Thank you for considering contributing to Venus! The contribution guide can be found here.

Security Vulnerabilities

If you discover any security-related issues, please review the security policy instead of using the issue tracker.

License

Licensed under the MIT License, Copyright © Manoz.

See LICENSE for more information.


All versions of venus with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0.2
illuminate/console Version ^9.21|^10.0
illuminate/support Version ^9.21|^10.0
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 manoz/venus contains the following files

Loading the files please wait ....