Download the PHP package sikessem/starter without Composer

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

[![sikessem-logo]][sikessem-link]
[![php-icon]][php-link] [![typescript-icon]][typescript-link] [![javascript-icon]][javascript-link] [![packagist-version-icon]][packagist-version-link] [![packagist-download-icon]][packagist-download-link] [![license-icon]][license-link] [![actions-icon]][actions-link] [![pr-icon]][pr-link] [![twitter-icon]][twitter-link]

Sikessem Starter

Start PHP applications using Laravel preconfigured with TypeScript, Livewire, Alpine.js, TailwindCSS and many others such as Bun, Vite.js, Biome, Pint, PHPStan, Larastan, Rector.

πŸ”– Contents

πŸŽ‰ Getting Started

⚑️ Installation

Use this template or create a new Sikessem project via the Composer create-project command (recommended):

Where my-app is the name of your app.

Access the working directory:

Install PHP dependencies:

Install JS / TS dependencies:

🍱 Build assets

The production build will generate client and server modules by running both client and server build commands:

πŸ—ƒοΈ Manage Database

Install migrations:

🌐 Starting server

Run the server in development mode:

Then visit http://my-app.local:8000/

πŸ§ͺ Testing and debugging

🧹 Keep a modern codebase

βš—οΈ Run static analysis

βœ… Run unit tests

πŸš€ Execute end-to-end testing with Playwright:

πŸ› Check all code bugs

πŸ“‹ Requirements

πŸ“– Documentation

The full documentation for the Sikessem Starter can be found on this address.

πŸ‘ Contribution

The main purpose of this repository is to continue evolving Sikessem. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. Read below to learn how you can take part in improving Sikessem.

πŸ‘· Code of Conduct

Sikessem has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

πŸ‘₯ Contributing Guide

Read our Contributing Guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Sikessem.

πŸ”’οΈ Good First Issues

We have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.

πŸ’¬ Discussions

Larger discussions and proposals are discussed in Sikessem's GitHub discussions.

πŸ” Security Reports

If you discover a security vulnerability within Sikessem, please email SIGUI KessΓ© Emmanuel at [email protected]. All security vulnerabilities will be promptly addressed.

πŸ“„ License

The Sikessem Starter is open-sourced software licensed under the MIT License - see the LICENSE file for details.


Made with ❀︎ by @siguici.

All versions of starter with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1||^8.2
guzzlehttp/guzzle Version ^7.8
laravel/sanctum Version ^3.3
laravel/tinker Version ^2.8
livewire/livewire Version ^3.1
sikessem/framework Version ^0.4.0
sikessem/ui Version ^0.7.0
spatie/laravel-sitemap Version ^6.4
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 sikessem/starter contains the following files

Loading the files please wait ....