139 projects tagged "PHP 5"
NolaPro is a free Cloud Accounting suite that can be securely run from your PC. Refine and manage your business with its flexible and powerful Customer tracking, Billing, Payables, General Ledger, and Reporting features. Optional modules include Inventory Control, Service/Labor Order management, POS/Fulfillment Order support, a B2B Web portal, eCom Shopping Cart, vTiger add-on, Employee Timeclock, QuickBooks converter, development API, and many more. White Label partner revenue versions are available for CPAs, VARs, and consultants. For international users, it offers multi-currency, VAT/GST support, multi-language capability, and currency, decimal, and temperature flexibility. However NolaPro's customization is its best feature. It can be modified upon request to fit any industry spec or business requirement, as well as integrated with most 3rd party applications to provide backend accounting support. Secure Business Cloud hosting and a Linux version are also available.
ITDB is a Web-based tool used to store information about assets found in office environments, with a focus on IT assets, but not limited to such. It will help you keep track of hardware, software, relationships between assets, invoices, locations, contracts, people, and rack layouts. It can also print labels for all assets.
ATutor is a standards-compliant Web-based Learning Content Management System (LCMS) designed with accessibility and adaptability in mind. Administrators can install or update ATutor in minutes and customize it with their own look and feel. Educators can quickly retrieve repository content, assemble, package, and redistribute their own content, and conduct their courses online. Students learn in an adaptive learning environment.
LIXA (LIbre XA) is a Transaction Manager implementing the distributed transaction processing "XA specification" and "TX (transaction demarcation) specification" according to the X/Open CAE Specification. LIXA is a Transaction Manager but it's not a Transaction Monitor; this is the distinguishing feature of the project. LIXA technology enables every application container, like a Web server or a shell, to become an XA compliant application server. The client/server architecture of LIXA allows many application containers to share a single LIXA (state) server; this is ideal when horizontal scalability is a must and many identical application containers must refer to a single transactional environment. Performance, scalability, and high availability are key features of the project. LIXA can be used with the C, C++, and PHP programming languages.
TSM monitor is a Web application written in PHP to help TSM administrators quickly get reports and health status information from their TSM servers. It generates its content dynamically so one can easily add or modify queries to adapt the application to one’s own needs. It features customizable queries, a dynamically generated navigation menu, an overview page with traffic light logic, graphical timetable charts for queries with start and end time (like backups and schedules), multiple servers, login protection (authentication against a default TSM server), and result caching for better performance.
SpamCheck is an email scanning and quarantine system for Linux systems. Making use of a number of open source technologies, including SpamAssassin, Exim, and MySQL, it provides an easy-to-use, but powerful method to filter email for your domain. Once configured, multiple domains can be added and administered with the Web interface. Email is scanned and scored, non-spam is then passed on to a destination email server, while spam is either blocked or quarantined. Individual users can log in and review their quarantined email, and manage their settings through the Web-based interface.
crXml is an all-in-one, easy-to-use XML parser, generator, and editor created using PHP's DOM XML functions. The functionality of this class is similar to simpleXML. It differs from simpleXML in the way in which namespaced nodes are addressed. In simpleXML, namespaced nodes cannot be addressed directly. In this class, a namespaced node can be addressed directly as $crxmlObject->{'prefix:nodeName'}. It can also generate PHP code to access any of the nodes. It can also generate or manipulate any type of XML document. Please check the live demo so that you can try the class without downloading anything.