eclipsephp / app
The skeleton application for the Eclipse platform.
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
Type:project
Requires
- php: ^8.3
- eclipsephp/core: dev-main
- laravel/framework: ^11.31
- laravel/tinker: ^2.9
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.1
- laravel/pint: ^1.13
- laravel/sail: ^1.26
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.1
- pestphp/pest: ^3.7
- pestphp/pest-plugin-laravel: ^3.1
- soloterm/solo: ^0.5.0
This package is auto-updated.
Last update: 2025-05-13 08:30:04 UTC
README
About
Eclipse is a PHP app built with Filament and the TALL stack. Its purpose is to offer a solid platform on a modern stack upon which custom web apps can be built. Apart from being compatible with Filament plugins, it aims to offer a set of pre-built modules and other generic components which allow a web app for custom project needs to be built quickly and efficiently with little or no boilerplate code.
It's being developed by DataLinx, a company in Slovenia/EU, for use in client and own web projects. It's currently in pre-alpha development stage.
This repository
This repository serves only as the app skeleton/project template and contains as little code as possible. It's a starting point and reference for all Eclipse-based PHP projects.
For further details and documentation please see the Eclipse Core repository.